home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TLOGDLG / TLOGDLG.txt
Encoding:
Text File  |  1997-04-15  |  2.6 KB  |  138 lines

  1. object LogDlg: TLogDlg
  2.   Left = 12
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Log Current Telephone Call'
  6.   ClientHeight = 243
  7.   ClientWidth = 346
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object GroupBox1: TGroupBox
  19.     Left = 5
  20.     Top = 3
  21.     Width = 337
  22.     Height = 204
  23.     Caption = 'Telephone Call'
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 23
  28.       Width = 73
  29.       Height = 18
  30.       AutoSize = False
  31.       Caption = 'Number:'
  32.     end
  33.     object NoCalled: TLabel
  34.       Left = 88
  35.       Top = 23
  36.       Width = 201
  37.       Height = 18
  38.       AutoSize = False
  39.       Caption = 'Number Called'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 8
  43.       Top = 47
  44.       Width = 73
  45.       Height = 18
  46.       AutoSize = False
  47.       Caption = 'Started:'
  48.     end
  49.     object STime: TLabel
  50.       Left = 88
  51.       Top = 47
  52.       Width = 73
  53.       Height = 18
  54.       AutoSize = False
  55.       Caption = 'Number Called'
  56.     end
  57.     object Label4: TLabel
  58.       Left = 176
  59.       Top = 47
  60.       Width = 73
  61.       Height = 18
  62.       AutoSize = False
  63.       Caption = 'Duration:'
  64.     end
  65.     object DTime: TLabel
  66.       Left = 256
  67.       Top = 47
  68.       Width = 73
  69.       Height = 18
  70.       AutoSize = False
  71.     end
  72.     object Label3: TLabel
  73.       Left = 10
  74.       Top = 78
  75.       Width = 95
  76.       Height = 18
  77.       AutoSize = False
  78.       Caption = '&Comments:'
  79.       Font.Color = clBlack
  80.       Font.Height = -13
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.     end
  85.     object Bevel1: TBevel
  86.       Left = 9
  87.       Top = 72
  88.       Width = 320
  89.       Height = 9
  90.       Shape = bsTopLine
  91.     end
  92.     object Edit1: TMemo
  93.       Left = 10
  94.       Top = 97
  95.       Width = 319
  96.       Height = 101
  97.       Font.Color = clWindowText
  98.       Font.Height = -13
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = []
  101.       MaxLength = 255
  102.       ParentFont = False
  103.       ScrollBars = ssVertical
  104.       TabOrder = 0
  105.     end
  106.   end
  107.   object Button1: TButton
  108.     Left = 5
  109.     Top = 211
  110.     Width = 110
  111.     Height = 30
  112.     Caption = 'Call Finished'
  113.     Default = True
  114.     TabOrder = 1
  115.     OnClick = Button1Click
  116.   end
  117.   object Button2: TButton
  118.     Left = 232
  119.     Top = 211
  120.     Width = 110
  121.     Height = 30
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     TabOrder = 2
  125.     OnClick = Button2Click
  126.   end
  127.   object Button3: TButton
  128.     Left = 119
  129.     Top = 211
  130.     Width = 110
  131.     Height = 30
  132.     Cancel = True
  133.     Caption = 'OK'
  134.     TabOrder = 3
  135.     OnClick = Button3Click
  136.   end
  137. end
  138.